Uses of Interface
de.cebis.moccabox.io.i18n.ILocaleInformationRepository

Packages that use ILocaleInformationRepository
de.cebis.moccabox.io.i18n   
de.cebis.moccabox.model   
 

Uses of ILocaleInformationRepository in de.cebis.moccabox.io.i18n
 

Subinterfaces of ILocaleInformationRepository in de.cebis.moccabox.io.i18n
 interface ILocaleAwareInformationRepository
          Interface, das die gleiche Funktionalität wie das ILocaleInformationRepository anbietet, aber über das Interface ILocaleCallback das Locale des IClient bereits kennt, so dass es für die einzelnen Methoden nicht mehr übergeben werden muss.
 

Classes in de.cebis.moccabox.io.i18n that implement ILocaleInformationRepository
 class LocaleAwareInformationRepository
          Standardimplementierung des Interface ILocaleAwareInformationRepository.
 class LocaleInformationRepository
          Standardimplementierung des Interface ILocaleInformationRepository.
 

Methods in de.cebis.moccabox.io.i18n that return ILocaleInformationRepository
static ILocaleInformationRepository LocaleInformationRepository.getInstance()
          Zurückliefern einer Instanz des ILocaleInformationRepository, über das auf die entsprechenden ResourceBundle zugegriffen werden kann.
 

Uses of ILocaleInformationRepository in de.cebis.moccabox.model
 

Methods in de.cebis.moccabox.model with parameters of type ILocaleInformationRepository
 java.lang.Object ValidationRule.getValidator(IODefinition ioDefinition, ILocaleInformationRepository lir)
          Zurückliefern des Validators, der die Überprüfung der Einhaltung der ValidationRule übernimmt.
 java.util.List ModelNodeDescription.getValidators(IODefinition ioDefinition, ILocaleInformationRepository lir)
          Zurückliefern der Liste an Validatoren, die für die Überprüfung der Einhaltung der zugehörigen Validierungsregeln zuständig sind.